home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.12.gz / 1994.12 / 000048_nickc%cs.st-and…-andrews.ac.uk_Thu Dec 8 19:06:10 1994.msg < prev    next >
Internet Message Format  |  1994-12-30  |  1KB

  1. Received: from sun2.nsfnet-relay.ac.uk by cs.umb.edu with SMTP id AA16617
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 9 Dec 1994 22:43:14 -0500
  3. Via: uk.ac.st-andrews.dcs; Fri, 9 Dec 1994 14:43:22 +0000
  4. Received: from aberlour.cs.st-andrews.ac.uk by tamdhu.cs.st-andrews.ac.uk;
  5.           Thu, 8 Dec 94 19:05:18 GMT
  6. From: Nick Cropper <nickc@cs.st-andrews.ac.uk>
  7. Date: Thu, 8 Dec 94 19:06:10 GMT
  8. Message-Id: <6083.9412081906@aberlour.cs.st-andrews.ac.uk>
  9. To: rbhumbla@ames.UCSD.EDU, swift@bu.edu
  10. Subject: Re: MakeTeXPK - fix to permissions on created fonts
  11. Cc: tex-k@cs.umb.edu
  12.  
  13. > From: swift@acs.bu.edu (Matthew Swift)
  14. > To: rbhumbla@ames.UCSD.EDU (Ravinder Bhumbla)
  15. > > Adding the following as the *second*-to-last executable statement in
  16. > > MakeTeXPK fixes that.
  17. > >    cd $DESTDIR || exit 1
  18. > >    mv pktmp.$$ $PKNAME
  19. > >    chmod 644 $DESTDIR/$PKNAME # add this line below the above two.
  20. > The same should be done for $DESTDIR, which definitely needs to be
  21. > world-writable when it's created.
  22.  
  23. Would it not be better to put
  24. umask 0
  25. near the beginning of the file so that everyone has
  26. read/write(/search) access to files and directories
  27. (without complications of octal digits)?
  28.  
  29. Nick Cropper        nickc@dcs.st-and.ac.uk